home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 140 / Exame Informatica 140.iso / Programas / Zsnes / docs / readme.htm / styles / shared.css < prev   
Encoding:
Cascading Style Sheet File  |  2006-12-21  |  1.3 KB  |  66 lines

  1. #content table {
  2.   border: 1px solid black;
  3.   border-collapse: collapse;
  4.   margin-bottom: 1em;
  5.   margin-top: 1em;
  6. }
  7.  
  8. #content th {
  9.   border-style: solid;
  10.   border-width: 1px 1px 2px 1px;
  11.   font-weight: bold;
  12.   padding-left: 1em;
  13.   padding-right: 1em;
  14. }
  15.  
  16. #content td {
  17.   border: 1px dotted black;
  18.   padding-right: 0.3em;
  19.   padding-left: 0.3em;
  20. }
  21.  
  22. #content table.argument_list td{
  23.   border-style: dotted none dotted none;
  24. }
  25.  
  26. #content .gui
  27. {
  28.   font-family: "Lucida Console", "Courier New", Courier, monospace;
  29.   font-weight: bold;
  30. }
  31.  
  32. #content strong.gui_windows {
  33.   background-color: #d4d0c8;
  34.   color: black;
  35.   font-family: Tahoma, sans-serif;
  36.   font-size: 8pt;
  37.   font-weight: normal;
  38. }
  39.  
  40. #content em.game           /*    Just a reminder that you can change the text style of a game name.    */
  41. {}
  42.  
  43. #content code {
  44.   background-color: inherit;
  45.   color: blue;
  46.   font-family: "Lucida Console", "Courier New", Courier, monospace;
  47. }
  48.  
  49. #content code.file           /*    Just a reminder that you can change the style of filenames.    */
  50. {}
  51.  
  52. #content kbd {
  53.   background-color: black;
  54.   color: white;
  55.   font-family: "Lucida Console", "Courier New", Courier, monospace;
  56. }
  57.  
  58. #content kbd.key
  59. {
  60.   background-color: white;
  61.   border: solid 2px black;
  62.   color: black;
  63.   padding-left: 1px;
  64.   padding-right: 1px;
  65. }
  66.